@charset "utf-8";
/*=============================================================
 mgc_way Layout
=============================================================*/
/* ttl
-------------------------------------------------------------*/
.ttl-h2,
.ttl-h3,
.ttl-h4{
    text-align: center;
}

/* txt
-------------------------------------------------------------*/
#contents p {
    text-align: center;
}
.lead{
    text-align: center;
    margin-bottom: 20px;
}
.txtB {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

/* figure
-------------------------------------------------------------*/
figure{
    margin-top: 20px;
}

/* list
-------------------------------------------------------------*/
.list li {
    margin-bottom: 50px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
#contents p {
    text-align: left;
}

}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){



}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){



}